home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 234
- Top = 272
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 196
- ClientWidth = 284
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 265
- Height = 145
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 16
- Top = 16
- Width = 32
- Height = 32
- AutoSize = True
- Center = True
- Picture.Data = {<image000.ico>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 56
- Top = 16
- Width = 184
- Height = 13
- Caption = 'MASTERING DEVELOPER 2000'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 88
- Top = 32
- Width = 165
- Height = 13
- Caption = 'FOR BEGINNER - FORM DESIGN'
- IsControl = True
- end
- object Copyright: TLabel
- Left = 8
- Top = 72
- Width = 192
- Height = 13
- Caption = 'Copyright 1999, BDG PUBLISHING INC.'
- IsControl = True
- end
- object INTERNET: TLabel
- Left = 8
- Top = 96
- Width = 153
- Height = 41
- AutoSize = False
- Caption = 'Internet : Http://www.coomedia.com/ Telephone: 510-783.8888'
- WordWrap = True
- IsControl = True
- end
- end
- object OKButton: TButton
- Left = 111
- Top = 164
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- end
-